home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / amphn192.lha / src / menuconstants.h < prev    next >
Text File  |  1996-11-16  |  1KB  |  51 lines

  1.  
  2. /* menu constants */
  3.  
  4. #define P_ABOUT        100
  5. #define P_QUIT        110
  6.  
  7. #define T_CONNECT    200
  8. #define T_CONNECTTO     210
  9. #define T_DISCONNECT    220
  10. #define T_SHOWDAEMON    221
  11.  
  12. #define M_MESSAGES    300
  13. #define M_PLAYFILE      301
  14. #define M_RECORDMEMO    302
  15.  
  16. #define    S_DSS8        400
  17. #define    S_PERFECTSOUND  401
  18. #define    S_AMAS          402
  19. #define    S_TOCCATA       403
  20. #define    S_SOMAGIC       404
  21. #define    S_AURA        405
  22. #define S_AHI        406
  23. #define S_DELFINA    407
  24. #define S_CUSTOM    408
  25. #define    S_GENERIC    409
  26. #define S_ADPCM2    410
  27. #define S_ADPCM3    411
  28. #define S_NOCOMP    412
  29. #define S_TOGGLE    413
  30. #define S_HOLD        414
  31. #define S_RAISELINEGAIN 415
  32. #define S_LOWERLINEGAIN 416
  33. #define S_TWENTYMICGAIN 417
  34. #define S_ZEROMICGAIN   418
  35. #define S_AMPONE        419
  36. #define S_AMPTWO    420
  37. #define S_AMPFOUR    421
  38. #define S_LEFTCHANNEL   422
  39. #define S_RIGHTCHANNEL  423
  40. #define S_INPUTMIC      424
  41. #define S_INPUTEXT      425
  42. #define S_ENABLEONCONN  426
  43. #define S_XMITONPLAY    427
  44. #define S_TCPBATCHXMIT  428
  45.  
  46.  
  47. /* slider id's */
  48. #define FREQ_SLIDER    (1)
  49. #define VOLUME_SLIDER    (2)
  50. #define DELAY_SLIDER    (3)
  51.